From: Glenn Morris Date: Thu, 1 Oct 2009 02:06:55 +0000 (+0000) Subject: (url-dav-file-attributes): Fix declaration. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~10182 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f81a32030050c5123e44165510f24a9e93749374;p=emacs.git (url-dav-file-attributes): Fix declaration. --- diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 7b38fb7ed11..e1c5970678d 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2009-10-01 Glenn Morris + + * url-http.el (url-dav-file-attributes): Fix declaration. + 2009-09-13 Chong Yidong * url-handlers.el (url-copy-file): Add fifth arg for compatibility diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 0bcc6341961..d9be187328f 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -1,7 +1,7 @@ ;;; url-http.el --- HTTP retrieval routines -;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, -;; 2008, 2009 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2001, 2004, 2005, 2006, 2007, 2008, +;; 2009 Free Software Foundation, Inc. ;; Author: Bill Perry ;; Keywords: comm, data, processes @@ -1272,7 +1272,7 @@ CBARGS as the arguments." nil nil nil) ;whether gid would change ; inode ; device. (kill-buffer buffer))))) -(declare-function url-dav-file-attributes (url &optional id-format)) +(declare-function url-dav-file-attributes "url-dav" (url &optional id-format)) ;;;###autoload (defun url-http-file-attributes (url &optional id-format)